'Declaration
<DispIdAttribute(104)> Function DrawCircle( _ ByVal CenterX As Single, _ ByVal CenterY As Single, _ ByVal Radius As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
[DispId(104)] GdPictureStatus DrawCircle( float CenterX, float CenterY, float Radius, bool Fill, bool Stroke )
function DrawCircle( CenterX: Single; CenterY: Single; Radius: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
DispIdAttribute(104) function DrawCircle( CenterX : float, CenterY : float, Radius : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- CenterX
- CenterY
- Radius
- Fill
- Stroke